const net/http.http2FrameContinuation

8 uses

	net/http (current package)
		h2_bundle.go#L1368: 	http2FrameContinuation http2FrameType = 0x9
		h2_bundle.go#L1381: 	http2FrameContinuation: "CONTINUATION",
		h2_bundle.go#L1442: 	http2FrameContinuation: {
		h2_bundle.go#L1466: 	http2FrameContinuation: http2parseContinuationFrame,
		h2_bundle.go#L1881: 		if fh.Type != http2FrameContinuation {
		h2_bundle.go#L1892: 	} else if fh.Type == http2FrameContinuation {
		h2_bundle.go#L1897: 	case http2FrameHeaders, http2FrameContinuation:
		h2_bundle.go#L2595: 	f.startWrite(http2FrameContinuation, flags, streamID)